3.4 IP Access Restrictions

For those of you who have some 'enemies' or simply wanna restrict access to their servers then this section is for you. Right-click on the IP List (right column) and select 'Add IP', the form below appears:

Using this form you can allow/refuse access based on IP Addresses/hostnames. In our example above we have defined 3 access rights:

+192.168.0.*: allows anyone from 192.168.0.* to connect
+192.168.1.*: same with anyone coming from 192.168.0.*
-192.168.0.[1-3]: refuses IPs from 192.168.0.1 to 192.168.0.3 in order to restrict previous rules

These above settings allow only people from the local intranet to log in.

Supported wildcards

Well, to define access rules you can use the following wildcards: ?, *, [xxx-xxx].

For example:

How does it work exactly?

As long as you do not specify any IP address everyone can connect, but as soon as you specify only one (+)-IP address, only users belonging to these IPs can log in! As soon as you setup a (-)-mask everyone not belonging to the excluded IPs can connect.

For example:

Take care not to set up ambiguous IP rules such as +192.168.0.*, -192.168.0.* => in this case noone could connect!